home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 3 / Logiciel PC - Hors-Serie 3.iso / Logs / micros / ql / outils / qltoolsq / source / docs / readme < prev    next >
Text File  |  1995-09-21  |  3KB  |  88 lines

  1. ** what is qltools ? **
  2.  
  3.        This is qltools, a simple tool for manipulating QL files.
  4.  
  5. ** compiling qltools **
  6.  
  7.        cc -o qltools qltools.c
  8.  
  9.        under MSDOS and Turbo C: tcc -DMSDOS -o qltools qltools.c
  10.  
  11. ** development **
  12.  
  13. Qltools was developed under linux 0.98, the free OS for i386 with gcc 2.2.2,
  14. the gnu c compiler (also free). I use only PD and shareware software and
  15. have not any problem. Since some software is better than some commercial
  16. software. A reliable "pubblic domain workstation" costs only the money for the
  17. hardware and is comparable with a commercial system.
  18.  
  19. ** porting **
  20.  
  21. Since qltools is a portable program. It compile ok under:
  22.  
  23.        - linux (0.96c and gcc 2.2.2, 0.98pl1 and gcc 2.2.2d)
  24.  
  25.        - SUN 4 (Sparc Station 2, SLC and IPC, SparcServer 830 Multiprocessor)
  26.  
  27.        - HP9000/825 under HP/UX 7.00 and HP/UX 8.00
  28.  
  29.        - MS-DOS 5.0 and Turbo C++ 1.00
  30.  
  31.        and, but not compiled myself:
  32.  
  33.        - NeXT
  34.  
  35.        - RS3000
  36.  
  37.        - It compiles ok also on the Macintosh platform under the Think C
  38.          environment provided you use libraries compiled with 4 byte ints
  39.          and the 4 byte int option turned on (Roberto Avanzi).
  40.  
  41.          (for Mac related questions ask Roberto Avanzi at the e-mail address
  42.          <gandalf@sabrina.dei.unipd.it>
  43.  
  44.        - A amiga port is possible with a BSD compatibility box and a raw
  45.          drive device.
  46.  
  47.                                                Giuseppe Zanetti
  48.  
  49. ** Tanks **
  50.  
  51.         Tanks to all QL users that encourage me and help me !!!
  52.         (Please, write to me if you are a contributor but your name is not here)
  53.  
  54.         - Tank'you to Paul Foley for the support and the documentation.
  55.  
  56.         - Think C (Apple Mac) adaption:
  57.           Roberto Avanzi <gandalf@sabrina.dei.unipd.it>
  58.           via Luigi Balzan 12 - 45100 Rovigo ITALY
  59.  
  60.         - qltools 1.4 patches:
  61.           Scott Telford <st@epcc.edinburgh.ac.uk>
  62.           - Improved error messages
  63.           - Qdos level 2 device subdirectories (file type 255) are now
  64.             recognised in the directory listing (indicated by a "->" like
  65.             the level 2 WSTAT.
  66.           - Unrecognised file types have their type number printed.
  67.           - Empty directory entries (length=0) are skipped in the directory
  68.             listing.
  69.  
  70.         - support and distribution
  71.           Davide Santachiara (ERGON DEVELOPMENT)
  72.  
  73. ** my english **
  74.  
  75.           is very very bad ! Sorry !
  76.  
  77. --
  78.  
  79.        (c)1992 by Giuseppe Zanetti
  80.  
  81.        Giuseppe Zanetti
  82.        via Vergani, 11 - 35031 Abano Terme (Padova) ITALY
  83.        e-mail: beppe@sabrina.dei.unipd.it
  84.  
  85.        This is copyrighted software, but freely distributable.
  86.  
  87.  
  88.